revGetSpeechVolume
Type
function
Summary
Returns the current speech volume
Syntax
revGetSpeechVolume()
Description
Use the revGetSpeechVolume function to find out what the current volume that LiveCode will speak at is.
The default volume is 100 on both Windows and Mac OS X.
The revGetSpeechVolume function is part of the Speech library. To ensure that the function works in a standalone application, you must include this custom library when you create your standalone. In the Inclusions pane of the Standalone Application Settings window, make sure the "Speech" library checkbox is checked.
Examples
put revGetSpeechVolume() into tVolume
Related
command: revSetSpeechSpeed, revSetSpeechVolume
control structure: function
glossary: Standalone Application Settings, standalone application, LiveCode custom library
library: Speech library
Compatibility and Support
Introduced
LiveCode 2.8.1
OS
mac
windows
Platforms
desktop
server